home *** CD-ROM | disk | FTP | other *** search
- Path: oxy.rust.net!usenet
- From: ebennett@rust.net
- Newsgroups: comp.lang.c
- Subject: Re: newbie needs Borland DOS file help...
- Date: Thu, 11 Jan 1996 05:15:11 GMT
- Organization: Rust Net - High Speed Internet in Detroit 810-642-2276
- Message-ID: <4d1rp8$ski@oxy.rust.net>
- References: <4ct665$hpj@nntp5.u.washington.edu>
- NNTP-Posting-Host: liv-16.rust.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- zoroastr@u.washington.edu (John Cain) wrote:
-
-
- >I'm having some trouble creating DOS executables from some of the
- >programs i've written. If you can help me, I will be greatly
- >appreciative. Here's what i've done and what seems to be the trouble:
-
- >I write the program.
- >It compiles without errors and runs fine in the little window inside the IDE.
- >Then i invoke the Target Expert in order to change the target information
- >and produce a DOS .exe file.
- >Borland produces the .exe.
- >I shell out to DOS and try to run the program.
- >DOS tells me the program has to run under Windows.
-
- > Stuff Deleted...
-
- The only thing which comes to mind is that, after changing the target
- platform to DOS, you MUST do a Build All. Everything must be
- recompiled/relinked for the DOS program to work.
-
- Earl Bennett
-
-
-